home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
LISP
/
XLISP
/
XLISP21S
/
sources
/
h
/
osdefs
next >
Wrap
Text File
|
1992-02-17
|
300b
|
14 lines
/* osdefs.h - system specific function declarations */
extern LVAL xsystem(V);
#if !(defined(UNIX)||defined(AMIGA))
extern LVAL xgetkey(V);
#endif
#ifdef GRAPHICS
extern LVAL xmode(V), xcolor(V), xmove(V), xdraw(V),
xmoverel(V), xdrawrel(V);
extern LVAL xcls(V), xcleol(V), xgotoxy(V);
#endif